home *** CD-ROM | disk | FTP | other *** search
- Copies one or more files.
-
- COPY source [,...] [destination] [/A] [/C=creator] [/D] [/P] [/R]
- [/T=file-type] [/U] [/V]
-
- source specifies what is to be copied.
- It can be a filename, a wildcarded filename, a directory
- name, or several items separated by commata. Each item can
- include a volume and path spec.
- destination specifies where the source should be copied to.
- It can be a file or directory name, possibly preceded by
- a volume and path spec.
- /A appends the source to the destination.
- /C=creator only copies files of the given creator.
- /D only copies data forks.
- /P prompts the user for confirmation before overwriting
- existing files.
- /R only copies resource forks.
- /T=file-type only copies files of the given file type.
- /U only overwrites existing destination files if the
- corresponding source was updated more recently.
- /V verifies that the destination has been written correctly.
-